Analyzes the symbol context and saves the ouput to the output-file using libsymbol or setq syntax. If the keyword 'screen is used the output is directed to the listener window.
(analyze-library
input "ccl;input:riffs"
output "symbank"
quant 1/16
mapping mt-32
type 'lib-symbol
)
-->
(lib-symbol track1
'(cnha c cni c cnh c cni c cnhd c cni c cnh c cni c))
NOTE: If type is 'setq, then setq syntax is used:
(setq track1
'(cnha c cni c cnh c cni c cnhd c cni c cnh c cni c))